data-raw/Removed functions/0_plot_kSpFacets.R

# Komponentų spektrai (atskirai) ---------------------------------
#' @rdname qplot_kSp
#' @export
plot_kSpFacets <- function(...,Title = "Components (stacked)",
                            normalize = "auto", facets = TRUE) {
    p <- qplot_kSp(...,Title = Title, normalize = normalize, facets = facets)
    return(p)
}
GegznaV/spHelper documentation built on April 16, 2023, 1:42 p.m.